40823145-cd2021

  • Home
    • Site Map
    • reveal
    • blog
  • About
  • Copperation
  • Midterm
    • Week 1
      • Create New repository and Wecsite
    • Week 2
    • Week 3
      • upgrade cmsimde
  • Stage1-ag1
  • stage2-ag1
  • stage3-ag1
    • Task1
    • Task2
    • W13
    • W14
      • MTB_Robot
      • gitlab
    • W15
    • W16
  • Final
  • Note
    • Upgrade pip
    • ssh
    • Leo Editor
      • Blog
      • Reveal
    • Code
  • FreeCAD protable
Create New repository and Wecsite << Previous Next >> Week 3

Week 2

分組亂數排序(失敗)

import random
import requests
from bs4 import BeautifulSoup

response = requests.get(
    "https://ethercalc.net/awlfom9374eg_rqqa77ezdfrl/app")
soup = BeautifulSoup(response.text, "html.parser")
result = soup.find("tr","td")
#random.shuffle(result)
print(result)



Create New repository and Wecsite << Previous Next >> Week 3

Copyright © All rights reserved | This template is made with by Colorlib